GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ PdfTextMode Enumeration
In This Topic
Defines the text rendering modes.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PdfTextMode
Inherits System.Enum
[ComVisible(true)]
public enum PdfTextMode : System.Enum
public enum PdfTextMode = class(System.Enum)
ComVisibleAttribute()
public enum PdfTextMode extends System.Enum
[ComVisible(true)]
__value public enum PdfTextMode : public System.Enum
[ComVisible(true)]
public enum class PdfTextMode : public System.Enum
Members
Member | Value | Description |
PdfTextClipPath | 7 | Add text to path for clipping. |
PdfTextModeFill | 0 | Fill text. |
PdfTextModeFillPath | 4 | Fill text and add to path for clipping. |
PdfTextModeFillStroke | 2 | Fill, then stroke text. |
PdfTextModeFillStrokePath | 6 | Fill, then stroke text and add to path for clipping. |
PdfTextModeInvisible | 3 | Neither fill nor stroke text (invisible). |
PdfTextModeOutlinePath | 5 | Stroke text and add to path for clipping. |
PdfTextModeStroke | 1 | Stroke text. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfTextMode
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace